Skip to content

Add June 26 changelog entry#421

Merged
eclairen merged 7 commits into
mainfrom
hypeship/changelog-june-26
Jun 26, 2026
Merged

Add June 26 changelog entry#421
eclairen merged 7 commits into
mainfrom
hypeship/changelog-june-26

Conversation

@eclairen

@eclairen eclairen commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the June 26, 2026 changelog entry covering the two-week window since the June 12 release.

Notes on verification

  • Fixed malformed link/parenthesis on the cua-agent bullet (the source had cli))> and Slack-style <URL> angle brackets around every URL).
  • Reworded the generate-video skill bullet: the source draft described it as "generating browser session recording videos", but the skill actually produces smooth MP4 videos from animated web visualizations (used for launch/demo clips). Adjusted to match the skill's real purpose — please confirm or override.
  • All linked endpoints/repos/pages verified to exist (cua repo, cua-cli npm, MCP server docs, CLI repo, rotate endpoint docs, skills repo, policy-json and projects internal pages).
  • Two items (--chrome-policy CLI flags, --name/--tag on browsers update, generate-video skill, X-Kernel-Project-Id docs) shipped June 11 — one day outside a strict 2-week window, but were not covered by the June 12 changelog.

Test plan

  • Render the changelog page locally and confirm the June 26 <Update> block displays correctly
  • Confirm the generate-video bullet wording matches intent
  • Click through each link in the new entry on a preview deploy

Note

Low Risk
Documentation-only changelog and link fix; no runtime or API behavior changes in this diff.

Overview
Adds a new June 26 <Update> block at the top of changelog.mdx, covering product and documentation changes since the June 12 entry.

Product bullets summarize CUA (playwright_execute, gemini-3.5-flash), MCP browser-pool and management-tool parity, pool acquire start_url, CLI --chrome-policy and browsers update name/tag flags, dashboard session naming/tagging/filtering, the API key rotate endpoint, and the generate-video skill.

Docs bullets call out dark mode, policy.json use-case examples, Projects/X-Kernel-Project-Id documentation, and rotate-endpoint API reference.

Also fixes the June 5 MCP server link from an absolute kernel.sh URL to the internal /reference/mcp-server path, matching newer changelog entries.

Reviewed by Cursor Bugbot for commit 39646d8. Bugbot is set up for automated code reviews on this repo. Configure here.

eclairen and others added 2 commits June 25, 2026 22:09
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…tures are new

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
cursor[bot]
cursor Bot approved these changes Jun 25, 2026
@mintlify

mintlify Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟢 Ready View Preview Jun 25, 2026, 10:13 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Very Low

I reviewed the updated diff directly. It only adds a June 26 entry to changelog.mdx and does not change executable code, configuration, navigation, infrastructure, auth, permissions, or shared systems. I also didn't find a CODEOWNERS file in the repo.

The PR already has an approval from the previous automation review, and this update does not increase risk, so I am not re-approving or dismissing the existing approval.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

Removed duplicate entries for the `playwright_execute` tool and MCP server updates in the changelog. Added new entries for API key rotation and documentation updates.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Very Low

I reviewed the actual diff for this synchronization. The PR only adds a June 26 changelog entry to changelog.mdx; it doesn't modify executable code, docs navigation/configuration, prompt/model-instruction files, infrastructure, auth, permissions, or shared systems. I didn't find a CODEOWNERS file in the repository.

The PR is already approved and this update does not increase risk, so I am leaving the existing approval in place and not re-approving.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@eclairen eclairen marked this pull request as ready for review June 25, 2026 22:27

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Very Low

I reviewed the current diff directly. The PR only modifies changelog.mdx by adding a June 26 changelog entry and normalizing one existing changelog link from an absolute docs URL to a relative docs path. It doesn't change executable code, docs configuration/navigation, prompt/model-instruction content, infrastructure, auth, permissions, or shared systems. I also didn't find a CODEOWNERS file in the repository.

The PR is already approved, and this update does not increase risk, so I am leaving the existing approval in place and not re-approving.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7f2432f. Configure here.

Comment thread changelog.mdx
- Added a `start_url` parameter to browser pool `acquire`, letting each acquired session override the pool's default start URL.
- Added `--chrome-policy` flags to `browsers create`/`update` and `browser-pools create`/`update` in the [CLI](https://github.com/kernel/cli) for setting Chrome popup, PDF, and homepage behavior from the terminal.
- Extended `kernel browsers update` in the [CLI](https://github.com/kernel/cli) with `--name` and `--tag` parameters, so a running session's name and tags can be changed after creation alongside the existing `browsers create`/`acquire` flags.
- Added an API key [rotate endpoint](/api-reference/api-keys/rotate-an-api-key) (`POST /org/api_keys/{id}/rotate`) that issues a replacement key, copies the rotated key's name and project scope, and keeps the old key working for a configurable grace period (default 7 days).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relative API reference changelog links

High Severity

The June 26 entry links the API key rotate page with relative /api-reference/api-keys/rotate-an-api-key paths. Elsewhere in changelog.mdx, API reference links use absolute https://kernel.sh/docs/api-reference/... URLs because those pages are not local Mintlify sources, so relative paths tend to fail mint broken-links in CI.

Additional Locations (1)
Fix in Cursor Fix in Web

Triggered by learned rule: Use absolute URLs for /api-reference/ links

Reviewed by Cursor Bugbot for commit 7f2432f. Configure here.

…-1328)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Very Low

I reviewed the current diff directly. The PR only modifies changelog.mdx by adding a June 26 changelog entry and changing one existing changelog link from an absolute docs URL to a relative path. It doesn't change executable code, docs configuration/navigation, infrastructure, auth, permissions, shared systems, or prompt/model-instruction files. I also didn't find a CODEOWNERS file in the repository.

The PR is already approved, and the latest update does not increase risk, so I am leaving the existing approval in place and not re-approving.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

…f the API feature

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk assessment: Very Low

I reviewed the actual diff for this synchronization. The PR only updates changelog.mdx by adding a June 26 changelog entry and normalizing one existing changelog link from an absolute docs URL to a relative path. It doesn't modify executable code, docs configuration/navigation, infrastructure, auth, permissions, shared systems, or prompt/model-instruction files. I also didn't find a CODEOWNERS file in the repository.

The PR is already approved, and this update does not increase risk, so I am leaving the existing approval in place and not re-approving.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@eclairen eclairen merged commit af125ac into main Jun 26, 2026
4 checks passed
@eclairen eclairen deleted the hypeship/changelog-june-26 branch June 26, 2026 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant